throwing_ptr
Smart pointers that throw on dereference if null
Public Types | List of all members
throwing::detail::_Unique_if< T[N]> Struct Template Reference

true for throwing::unique_ptr to arrays of known length More...

Public Types

typedef void _Known_bound
 

Detailed Description

template<class T, size_t N>
struct throwing::detail::_Unique_if< T[N]>

true for throwing::unique_ptr to arrays of known length

Definition at line 679 of file unique_ptr.hpp.

Member Typedef Documentation

◆ _Known_bound

template<class T , size_t N>
typedef void throwing::detail::_Unique_if< T[N]>::_Known_bound

Definition at line 680 of file unique_ptr.hpp.


The documentation for this struct was generated from the following file: